home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form About
- BackColor = &H00000000&
- BorderStyle = 3 'Fixed Double
- Caption = "About PFF"
- ClientHeight = 1845
- ClientLeft = 1440
- ClientTop = 1995
- ClientWidth = 5205
- ControlBox = 0 'False
- Height = 2250
- Left = 1380
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1845
- ScaleWidth = 5205
- Top = 1650
- Width = 5325
- Begin CommandButton Command1
- BackColor = &H00000000&
- Caption = "Continue"
- Height = 345
- Left = 1980
- TabIndex = 2
- Top = 1335
- Width = 1200
- End
- Begin PictureBox Picture1
- AutoRedraw = -1 'True
- BackColor = &H00000000&
- BorderStyle = 0 'None
- ForeColor = &H00000000&
- Height = 510
- Left = 4440
- Picture = ABOUT.FRX:0000
- ScaleHeight = 510
- ScaleWidth = 510
- TabIndex = 5
- TabStop = 0 'False
- Top = 1245
- Width = 510
- End
- Begin Label Label4
- Alignment = 2 'Center
- BackColor = &H00000000&
- Caption = "Copyright
- 1988-91, AmSoft Development"
- ForeColor = &H00C0C0C0&
- Height = 225
- Left = -15
- TabIndex = 4
- Top = 855
- Width = 5220
- End
- Begin Label Label3
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "For Hewlett-Packard Deskjet Users"
- ForeColor = &H00FFFF00&
- Height = 195
- Left = 15
- TabIndex = 3
- Top = 615
- Width = 5190
- End
- Begin Label Label2
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "Programmer's File Formatter"
- ForeColor = &H0000FFFF&
- Height = 195
- Left = 15
- TabIndex = 1
- Top = 330
- Width = 5160
- End
- Begin Label Label1
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "PFF "
- ForeColor = &H00C0C000&
- Height = 195
- Left = 15
- TabIndex = 0
- Top = 135
- Width = 5175
- End
- Sub Command1_Click ()
- Hide
- Unload About
-
- End Sub
-